|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.webservices.configurations.WebServiceInputConfiguration
public class WebServiceInputConfiguration
A configuration for a web service call argument.
| Field Summary | |
|---|---|
static int |
TYPE_NONE
No requirement exists for this criteria. |
static int |
TYPE_STATIC
Use a static value to match against. |
static int |
TYPE_VARIABLE
Use the value of a variable to match against. |
| Fields inherited from interface org.eclipse.vtp.framework.webservices.configurations.WebServiceConstants |
|---|
NAME_ENDPOINT, NAME_INPUT, NAME_LOCATOR, NAME_MAPPING, NAME_NAME, NAME_OPERATION, NAME_PORT, NAME_RESULT_CARDINALITY, NAME_RESULT_NAME, NAME_RESULT_TYPE, NAME_TYPE, NAME_VALUE, NAME_WEB_SERVICE, NAMESPACE_URI |
| Constructor Summary | |
|---|---|
WebServiceInputConfiguration()
Creates a new WebServiceInputConfiguration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the field to map to. |
int |
getType()
Returns the type of mapping to perform. |
java.lang.String |
getValue()
Returns the value to use for the mapping. |
void |
load(org.w3c.dom.Element configurationElement)
Loads the configuration information from the specified XML element. |
void |
save(org.w3c.dom.Element configurationElement)
Saves the configuration information into the supplied XML element. |
void |
setName(java.lang.String name)
Sets the name of the field to map to. |
void |
setType(int type)
Sets the type of mapping to perform. |
void |
setValue(java.lang.String value)
Sets the value to use for the mapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_NONE
public static final int TYPE_VARIABLE
public static final int TYPE_STATIC
| Constructor Detail |
|---|
public WebServiceInputConfiguration()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the field to map to.public int getType()
public void setType(int type)
type - The type of mapping to perform.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value to use for the mapping.public void load(org.w3c.dom.Element configurationElement)
IConfiguration
load in interface IConfigurationconfigurationElement - The element to load the configuration from.public void save(org.w3c.dom.Element configurationElement)
IConfiguration
save in interface IConfigurationconfigurationElement - The element to save the configuration to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||